object frmDets: TfrmDets Left = 458 Top = 416 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle ClientHeight = 384 ClientWidth = 569 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] KeyPreview = True OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object BevelAvatar: TInfuBevel Left = 20 Top = 8 Width = 102 Height = 102 end object ImageAvatar: TInfuImage Left = 21 Top = 9 Width = 100 Height = 100 Center = True end object SButtonLoad: TInfuSpeedButton Left = 48 Top = 84 Width = 22 Height = 22 Flat = True OnClick = SButtonLoadClick end object SButtonClear: TInfuSpeedButton Left = 74 Top = 84 Width = 22 Height = 22 Flat = True OnClick = SButtonClearClick end object VSTMenu: TVirtualStringTree Left = 8 Top = 125 Width = 130 Height = 220 BevelInner = bvNone BevelOuter = bvNone DefaultNodeHeight = 27 DragOperations = [] Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Sans Serif' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] ScrollBarOptions.ScrollBars = ssNone TabOrder = 0 TextMargin = 20 TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toVariableNodeHeight] TreeOptions.PaintOptions = [toHideFocusRect, toShowDropmark, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused] TreeOptions.SelectionOptions = [toFullRowSelect, toMiddleClickSelect, toRightClickSelect] OnAfterCellPaint = VSTMenuAfterCellPaint OnChange = VSTMenuChange OnGetText = VSTMenuGetText OnPaintText = VSTMenuPaintText Columns = <> WideDefaultText = '' end object PanelCont: TInfuPanel Left = 144 Top = 8 Width = 417 Height = 337 BevelOuter = bvNone TabOrder = 1 end object BitBtnClose: TInfuBitBtn Left = 464 Top = 352 Width = 97 Height = 25 Caption = '_Close' TabOrder = 2 OnClick = BitBtnCloseClick end object BitBtnSave: TInfuBitBtn Left = 360 Top = 352 Width = 97 Height = 25 Action = acApply Caption = '_Save' TabOrder = 3 end object BitBtnUpdate: TInfuBitBtn Left = 8 Top = 352 Width = 130 Height = 25 Caption = '_Request' TabOrder = 4 OnClick = BitBtnUpdateClick end object ActionList: TTntActionList OnUpdate = ActionListUpdate Left = 320 Top = 352 object acApply: TTntAction Caption = 'acApply' OnExecute = acApplyExecute end end object TimerUpdate: TTimer Enabled = False Interval = 500 OnTimer = TimerUpdateTimer Left = 256 Top = 352 end object PopupMenuCopy: TInfuPopupMenu AutoHotkeys = maManual OwnerDraw = True OnPopup = PopupMenuCopyPopup Left = 288 Top = 352 end end